@charset "utf-8";

/* CSS Document */
/*2021.04.07 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	/*overflow: hidden;*/
	border-top: 5px solid #333;
	
}

img {
	max-width: 100%;
}
.container{
	width: 1170px;
	margin: auto;
	padding: 0;
}


/*顶部弹出搜索样式*/


/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}

.search-btn {
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #333;
}

.search-btn:hover {
	opacity: .9;
	text-decoration: none;
}

.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #fff;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 50px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	/*padding: 0 100px 0 15px;*/
}

.search-form .form-text:focus {
	font-style: normal;
	border-bottom-color: #9c1e21;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #9c1e21;
	color: #fff;
}


/*顶部弹出样式 end*/
.wc-top {
	min-height: 130px;
	
}

.tbg{
 	background: url(../images/tbg.jpg) no-repeat  right top;
 	min-height: 130px;
 }

.wc-tright{
	text-align: right;
	padding-top: 10px;
}
.wc-tright ul li {
	display: inline-block;
	
	line-height: 25px;
}

.wc-tright ul li a {
	color: #666;
	padding-left: 18px;
	/*size: 0;*/
	font-size: 16px;
	font-family: arial;
}
.wc-tright ul li a img{
	vertical-align: -7px;
}





/*top end*/

.wc-menu {
	background: #9c1e21;
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
}

.wc-menu ul li {
	line-height: 48px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/
	list-style: none;
	padding: 0;
}

.wc-menu ul li a {
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;
}

.wc-menu ul li a:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 2px;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li a:hover,
.wc-menu ul li a:focus {
	color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li a:hover:after,
.wc-menu ul li a:focus:after {
	width: 100%;
	background: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li a:hover,
.wc-menu ul li a.selected,
.wc-menu ul li a.move,
.wc-menu ul li a.active,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	color: #d6c653;
}

.wc-menu ul li .ernav {
	position: absolute;
	left: 0px;
	top: 48px;
	background: #fff;
	width: 200px;
	z-index: 111 !important;
	display: none;	
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: left;
	line-height: 36px;
	border: none;
	
	border-bottom: 1px solid #f3edeb;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	font-size: 16px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	padding: 7px 30px;
	display: block;
	line-height: 27px;
	border-bottom: none;
	font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #861d20;
	color: #fff;
}

.wc-menu ul li .ernav ul li a:after {
	content: "";
	position: relative;
	width: 0px;
	height: 0px;
	left: 0;
	bottom: 0;
	z-index: 0;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li .ernav ul li a:hover,
.wc-menu ul li .ernav ul li a:focus {
	color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li .ernav ul li a:hover:after,
.wc-menu ul li .ernav ul li a:focus:after {
	width: 100%;
	background: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


/*menu End*/

.banner {}
.banner .swiper-wrapper{
	/*transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;*/
}
.banner .swiper-slide {
	position: relative;
	cursor: pointer;
	text-align: center;
}

.banner .swiper-container .swiper-button-next{
background: none;	
top: -286px;
}
.banner .swiper-container .swiper-button-prev{
	background: none;
	top: -286px;	
}





.ban-link{
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 95px;
	background: url(../images/banbg.png) repeat left top;
	z-index: 1;
}
.ban-link ul {
	padding: 26px 0;
	background: url(../images/btgang.png) no-repeat right center;
	min-height: 100px;
}
.ban-link ul li{
	float: left;
	padding: 0 36px;
	background: url(../images/btgang.png) no-repeat left center;
	line-height: 47px;
}
.ban-link ul li a{
	
	font-size: 18px;
	color: #fff;
	
}

/*newsbg*/

.newsbg {
	padding: 25px 0 40px;
	
	min-height: 400px;
}
.new-top{
	
}
.new-top .new-tit{
	font-size: 32px;
	font-weight: bold;
	color: #ba2a2d;
}
.new-top .new-tit span{
	font-size: 24px;
	font-family: arial;
	font-style: italic;
	color: #999;
	padding-left: 12px;
	
	
}
.new-top .new-more{
	
}
.new-top .new-more a{
	font-size: 14px;
	color: #ba2a2d;
	display:block;
	text-align:center;
	border: 1px solid #ba2a2d;
	padding: 8px 19px;
	text-decoration: none;
	transition: all 1s;
}
.new-top .new-more a:hover{
	background: #ba2a2d;
	color: #fff;
	transition: all 1s;
}

.new-con{
	padding-top: 25px;
	
}
.new-con .new-left{
	width: 673px;
	position: relative;
}
.new-con .new-left a{
	text-decoration: none;
}
.new-con .new-left a img{
	text-decoration: none;
	width:673px;
        height:449px;	
}
.new-con .new-left .btt{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 41px;
	position: absolute;
	bottom:100px;
	left:20px;
	z-index: 111;
	width: 445px;
	
}
.new-con .new-left .swiper-pagination{
	left: 15px;
	text-align: left;
	bottom: 20px;
}
.new-con .new-left .swiper-pagination .swiper-pagination-bullet{
	width:12px;
	height:12px;
	background: #fff;
	opacity: 1;
	margin: 0 12px;
}
.new-con .new-left .swiper-pagination .swiper-pagination-bullet-active{
	background: #9c1e21;
}
.new-con .swiper-slide{
	position: relative;
}




.new-con .new-left .xbg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/xbg.png) repeat left top;
	z-index: 11;
	
}

.new-con .new-right{
	width: 460px;
}
.new-con .new-right ul li:first-child{
	padding-top: 0;
}
.new-con .new-right ul li{
	padding: 8px 0 8px;
	   transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
	border-bottom: 1px dotted #ccc;
}
.new-con .new-right ul li .li-date{
	text-align: center;
	width: 48px;
	
}
.new-con .new-right ul li .li-date p{
	font-size: 28px;
	color: #ac1515;
	font-weight: bold;
	font-family: arial;
}
.new-con .new-right ul li .li-date span{
	color: #ac1515;
	font-size: 18px;
	display: block;
	margin-top: -8px;
	
}
.new-con .new-right ul li .li-tt{
	width: 390px;
}
.new-con .new-right ul li .li-tt a{
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #333;
	line-height: 31px;
	padding-right: 10px;
}
.new-con .new-right ul li .li-tt p{

 font-size: 16px;
 color: #333;
 line-height: 31px;

}
.new-con .new-right ul li:hover{
	  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}




.jiangbg{
	background: url(../images/jiangbg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 600px;
	padding: 40px 0;
}
.jiang-left{
	width:846px;
}
.jiang-right{
	width:324px;
	
}


.new-top .newt2{
	color: #fff;
}
.new-top .newt2 span{
	color: #fff;
}

.jiang-con{
	padding-top: 34px;
	
}
.jiang-con ul li{
	float: left;
	width:390px;
	height: 210px;
	border-bottom: 4px solid #ba2a2d;
	background: #fff;
	margin-right: 30px;
	margin-bottom: 22px;
	padding: 20px 18px;
	  transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}
.jiang-con ul li a{
	text-decoration: none;
	
}
.jiang-con ul li span{
	display: block;
	font-size: 16px;
	color: #777;
	
}
.jiang-con ul li h5{
	font-size: 16px;
	color: #333;
	line-height: 31px;
	font-weight: bold;
	margin: 18px 0 10px ;
	
}
.jiang-con ul li p{
	font-size: 16px;
	color: #777;
height: 62px;
	line-height: 31px;
overflow: hidden;
	
}
.jiang-con ul li p img{
	padding-right: 2px;
	
}
.jiang-con ul li:hover{
	  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}

.acha a{
	display:inline-block;
	transition: all 1s;
	color: #fff;
	font-size:14px;
	border: 1px solid #fff;
	padding: 10px 20px;
	margin-top: 10px;
	
}
.acha a:hover{
	text-decoration: none;
	color: #ba2a2d;
	background: #fff;
	transition: all 1s;
}

.j-rcon{
	
}
.j-rcon ul {
	margin-top: 30px;
}
.j-rcon ul li{
	background:url(../images/tbg.png) no-repeat center center;
	width: 326px;
	height: 119px;
	margin-bottom: 44px;
	position: relative;
	
}
.j-rcon ul li:last-child{
	margin-bottom: 22px;
	
}
.j-rcon ul li span{
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	padding-left: 95px;
	color: #fff;
	font-size: 18px;
	top: -10px;
}
.j-rcon ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 31px;
	padding: 24px;
	text-decoration: none;
	
}
.j-rcon ul li:hover{
	background:url(../images/tbgh.png) no-repeat center center;
	
	
}


.yanbg{
	padding: 40px 0;
}

.yan-one{
	padding-top: 30px;
	
}
.yan-one ul li{
	float: left;
	margin-right:42px;
	width:362px;
	height: 118px;
	background: #f5f5f5;
	margin-bottom: 35px;
	box-shadow: 1px 2px 6px 4px #f0f0f0;
	transition: all 0.4s ease-out;
    
}

.yan-one ul li:last-child{
	margin-right: 0;
}


.yan-one ul li .yan-img{
	width:90px;
	height: 118px;
	text-align: center;
	line-height: 118px;
	background: #ba2a2d;
}
.yan-one ul li .yan-tt{
	width: 272px;
	padding: 26px 20px;
}
.yan-one ul li .yan-tt span{
	display: block;
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;	
}
.yan-one ul li .yan-tt p{
	font-size: 18px;
	color:#333;
	line-height: 31px;		
}
.yan-one ul li:hover{
	  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}

.yan-two{
	margin-bottom:40px;
	
}
.yan-two .yan-left{
	background: url(../images/qimg1.jpg) no-repeat center top;
	width: 478px;
	height: 473px;
	
}
.yan-two .ybg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/xbg.png) repeat left top;
	
}
.yan-zhao{
	background: url(../images/qimg2.jpg) no-repeat center top;
	width: 342px;
	height:185px;
}
.yan-xue{
	background: url(../images/qimg3.jpg) no-repeat center top;
	width: 342px;
	height:185px;
}

.yan-rbot{
	background: url(../images/qimg4.jpg) no-repeat center top;
	width: 688px;
	height:283px;
	margin-top: 5px;
	
}
.yan-two h4{
	z-index: 111;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 11px;
	padding-left: 26px;
	
}
.yan-two h4 a{
	text-decoration: none;
	color: #fff;
	
}
.yan-two h4 span{
	font-size: 25px;
	color: #fff;
	display: block;
	font-style: italic;
	margin-top: 5px;
	
	font-family: arial;
	font-weight: bold;
	
}
.y-ubg{
	position: absolute;
	left: 50px;
	top: 145px;
}
.y-ubg h4{
	position: relative;
	padding-left: 0;
}
.you-ul{
	z-index: 111;
	
}
.you-ul ul li{
	line-height: 41px;
	
	background: url(../images/san.png) no-repeat 131px center;
}
.you-ul ul li a{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	display: block;
	
	
}
.yan-two h4:hover{
	opacity: 0.8;
}




/*footer*/

.footer {
	min-height: 40px;
	background: #ba2a2d;
	padding: 31px 0 31px 0;
}
.f-nul{
	padding-bottom: 16px;
	
}
.f-nul ul li{
	float: left;
	line-height: 45px;
	border: 1px solid #d1585c;
	margin-right: 13px;
	width: 222px;
	text-align: center;
}
.f-nul ul li:last-child{
	margin-right: 0;
}
.f-nul ul li a{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.f-nul ul li a:hover{
	opacity: 0.8;
}
.f-nul ul li:hover{
	border-bottom: 1px solid #fff;
	
}


.f-bot{
	border-top: 1px solid #aa292c;
	padding-top:18px;
	
}

.f-tt{
	
}
.f-tt p{
	font-size: 16px;
	color: #fff;	
	line-height: 31px;
	
}



/*.footerEnd*/















